FlashFS.GetFileSize
			
			This command retrieves the number of records a certain file contains.
Properties
- Command code: 0x4907
 - Command timeout: 100 ms
 - Possible status codes: General status codes, FlashFS.ErrFsCorrupt, FlashFS.ErrFileNotFound
 
Parameters (request frame)
| Name | Type/Size | Description | 
|---|---|---|
| FileId | Integer (16 bits) | File ID of the file to get the file size from. | 
Returned values (response frame)
| Name | Type/Size | Description | 
|---|---|---|
| FileSize | Integer (16 bits) | Number of records the file contains. |